課程資訊
課程名稱
程式設計
Programming Design 
開課學期
100-2 
授課對象
管理學院  科技管理組  
授課教師
邱奕鵬 
課號
BA1009 
課程識別碼
701 20900 
班次
 
學分
全/半年
半年 
必/選修
必帶 
上課時間
星期三6,7,8(13:20~16:20) 
上課地點
新502 
備註
本課程中文授課,使用英文教科書。
限本系所學生(含輔系、雙修生)
總人數上限:70人 
Ceiba 課程網頁
http://ceiba.ntu.edu.tw/1002Cpp_Programming 
課程簡介影片
 
核心能力關聯
核心能力與課程規劃關聯圖
課程大綱
為確保您我的權利,請尊重智慧財產權及不得非法影印
課程概述

Chapter 1: Introduction to Computers
Chapter 2: Introduction to C++ Programming
Chapter 3: Control Statements: Part I
Chapter 4: Control Statements: Part II
Chapter 5: Functions and Introduction to Recursion
Chapter 6: Arrays and Vectors
Chapter 7: Pointers
Chapter 8: Sequential-Access Files
Chapter 9: Classes
Chapter 10: Classes: A Deeper Look
Chapter 11: Operator Overloading
Chapter 12: Object-Oriented Programming: Inheritance
Chapter 13: Object-Oriented Programming: Polymorphism
Chapter 14: Templates
Chapter 15: Stream Input/Output
http://ccf.ee.ntu.edu.tw/~ypchiou/Cpp_Programming/Cpp_Programming.htm
 

課程目標
Programming basics using C++ 
課程要求
 
預期每週課後學習時數
 
Office Hours
 
指定閱讀
P. Deitel & H. Deitel, C++ How to Program – Late Objects Version, 7th ed., Pearson,
(歐亞書局代理)
 
參考書目
程式開發工具 Development Tools
1. Microsoft Visual Studio (2005, 2008, or 2010)
Download from NTU CC
2. Microsoft free Visual C++ Express Ed.
http://www.microsoft.com/express/
3. Bloodshed Dev C++
http://www.bloodshed.net/devcpp.html
4. GNU C++
http://www.gcc.gnu.ord/install/binaries.html/
 
評量方式
(僅供參考)
   
課程進度
週次
日期
單元主題
第1週
2/22  Chapter 1 Introduction to Computers 
第2週
2/29  Chapter 2 Introduction to C++ Programming 
第3週
3/07  Chapter 2 Introduction to C++ Programming 
第4週
3/14  Chapter 3 Control Statement: Part I 
第11週
5/02  Chapter 5: Functions and an Introduction to Recursion 
第12週
5/09  Chapter 6 Arrays and Vectors 
第14週
5/23  Chapter 7 Pointers 
第16週
6/06  Chapter 8 Sequential-Access Files